home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gSuonoAttivo
- if gSuonoAttivo = 1 then
- if soundBusy(1) then
- sound stop 3
- else
- if (soundBusy(3) = 0) and (the frame > 2) then
- tmp = random(10)
- puppetSound(3, "boucle" & tmp)
- end if
- end if
- end if
- go(the frame)
- end
-
- on mouseUp
- global finestra
- if the doubleClick then
- if the runMode = "author" then
- moveToFront(window(finestra))
- end if
- end if
- end
-
- on keyDown
- if the controlDown and keyPressed("a") and keyPressed("v") and keyPressed("p") and keyPressed("m") then
- vPopupWin = window("popup")
- vPopupWin.windowType = 2
- open(vPopupWin)
- end if
- end
-